NevronOpenVision
Nevron.Nov.UI Namespace / NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> Class


In This Topic
    NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> Class Properties
    In This Topic

    For a list of all members of this type, see NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> members.

    Public Properties
     NameDescription
    Public PropertyA shortcut property that gets or sets the content inside the document displayed by this view.  
    Public PropertyGets/Sets the default file name used in Save As dialogs. By default set to "Document1.{ext}", where "{ext}" is the file extension of the default document format for this document view. It is determined by the Nevron.Nov.Dom.NDocumentFormatRegistry<TDocumentFormat>.DefaultFormatExtension property of this view's DocumentFormatRegistry.  
    Public PropertyGets or sets the document displayed by this view.  
    Public PropertyMust override to return the document format registry.  
    Public PropertyDetermines whether a document view async task (LoadFromFileAsync, SaveToFileAsync etc.) is currently performed by the view.  
    Public PropertyGets or sets the message element. The message is automatically managed by Nevron via the ShowMessage and HideMessage methods.  
    Public PropertyGets or sets whether the user is able to modify the document visually.  
    Top
    See Also